crypto/internal/fips140/aes/gcm.GCMForTLS13.g (field)

4 uses

	crypto/internal/fips140/aes/gcm (current package)
		gcm_nonces.go#L160: 	return &GCMForTLS13{g: *g}, nil
		gcm_nonces.go#L164: 	g     GCM
		gcm_nonces.go#L197: 	return g.g.sealAfterIndicator(dst, nonce, plaintext, data)
		gcm_nonces.go#L202: 	return g.g.Open(dst, nonce, ciphertext, data)